home *** CD-ROM | disk | FTP | other *** search
- @defineProject
- @Name = "Squiggle"
- @Version = "1.00"
- @Outdrive = C
- @Subdir = "\\squiggle"
- @endProject
-
- @Display
-
-
-
- Welcome to @Name @Version installation!
-
-
- (C) Copyright 1992
- All Rights Reserved
-
- The Premisys Corporation
- Chicago, Illinois 60610
- USA
-
-
-
-
-
-
-
- @Pause
-
- @EndDisplay
-
- @GetOutDrive
-
- Which drive would you like to install @Name onto?
-
- @EndOutDrive
-
- @GetSubDir
-
- Which directory would you like to install @Name to?
-
- @LocalWindow( 5, 50 )
- @EndSubDir
-
- /* Define a variable for the styles subdirectory */
- @DefineVars
- @Dir @StyleDir = "@SubDir\\style"
- @EndVars
-
- /* Get the style subdirectory */
- @GetSubDir @StyleDir
-
- Which directory would you like to install user-defined styles to?
-
- @LocalWindow( 5, 44 )
- @Prompt = " Please Enter the User-Defined Style Directory: "
- @EndSubDir
-
- @DefineDisk
- @Label = "Disk 1"
-
- // This block was automatically generated by Reduce for INSTALL Version 3.2
- @BeginLib SQUIGGLE.LIB
- @File SQUIGGLE.EXE @Size 87504
- @File HPGLPLOT.EXE @Size 32464
- @File DASHED.ST @Size 121
- @File FUZZY.ST @Size 126
- @File NAPKIN.ST @Size 121
- @File NONE.ST @Size 72
- @File SHAKY.ST @Size 95
- @File SKETCH.ST @Size 124
- @File STEADY.ST @Size 93
- @File WAVY.ST @Size 104
- @File SAMPLE.PLT @Size 518
- @EndLib
-
- /* Get the readme file separately */
- @If( @Exists( "@StartupDrive:\\readme.txt" ))
- @File readme.txt
- @EndIf
-
- @Enddisk
-
- /* Add squiggle directory to path */
- @SetAutoexec
- @DiskProto
- @ScreenProto
- @AskOverwrite
- @Path = "@OutDrive:\\@Subdir"
- @EndAutoexec
-
- @Finish
- /* Create squiggle.set file */
- @Write( "@OutDrive:\\@SubDir\\squiggle.set", "wt",
- "ExeDirectory=@OutDrive:\\@SubDir\n" )
- @Write( , , "UserStyleDirectory=@OutDrive:\\@StyleDir\n" )
- @Write( , , "DefaultStyle=dashed\n" )
-
- /* Change to installation subdirectory, otherwise still in style dir */
- @Mkdir( "@StyleDir" )
- @ChDir( "@SubDir" )
-
- Installation of @Name @Version is now complete!
-
- To use @Name, type "squiggle" at the DOS Prompt.
-
-
- Thank you for purchasing @Name. We hope you enjoy the program!
-
- The Premisys Corporation
- P.O. Box 10042
- Chicago, Illinois 60610
- (800) 878-7736
-
- @Pause
- @EndFinish
-